DioDocs for PDF
Read<T>(IntPtr,T[],Int32,Int32) メソッド

GrapeCity.Documents.DX.Windows アセンブリ > GrapeCity.Documents.DX 名前空間 > DXUtil クラス > Read メソッド : Read<T>(IntPtr,T[],Int32,Int32) メソッド
Type of a data to read.
Memory location to read from.
The data write to.
The offset in the array to write to.
The number of T element to read from the memory location.
Reads the specified array T[] data from a memory location.
シンタックス
'宣言
 
Public Overloads Shared Function Read(Of T As {New, Struct})( _
   ByVal source As System.IntPtr, _
   ByVal data() As T, _
   ByVal offset As System.Integer, _
   ByVal count As System.Integer _
) As System.IntPtr
public static System.IntPtr Read<T>( 
   System.IntPtr source,
   T[] data,
   System.int offset,
   System.int count
)
where T: new(), struct

パラメータ

source
Memory location to read from.
data
The data write to.
offset
The offset in the array to write to.
count
The number of T element to read from the memory location.

型パラメータ

T
Type of a data to read.

戻り値の型

source pointer + sizeof(T) * count.
参照

DXUtil クラス
DXUtil メンバ
オーバーロード一覧